Fix oversights in templates
authorMatthias Clasen <mclasen@redhat.com>
Wed, 29 Jul 2015 19:15:10 +0000 (15:15 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 29 Jul 2015 19:15:10 +0000 (15:15 -0400)
Some of our templates were not setting the domain attribute
on the <interface> element.

gtk/ui/gtkapplication-quartz.ui
gtk/ui/gtkfilechooserdialog.ui
gtk/ui/gtkplacesview.ui
gtk/ui/gtkplacesviewrow.ui
gtk/ui/gtksidebarrow.ui

index efa969e2051b5a837232a479b0004e374ff16e19..876e1c59feda5fdf2c91fd3eb6620041883349c2 100644 (file)
@@ -1,4 +1,5 @@
-<interface>
+<?xml version="1.0" encoding="UTF-8"?>
+<interface domain="gtk30">
   <menu id='app-menu'>
     <section>
       <item>
index 2ba4f88fdad9ffd830690dfa9cd3aef738e07571..68056a6996fd9de0deb2acad7d28c9576054e5d5 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="gtk30">
   <!-- interface-requires gtk+ 3.10 -->
   <template class="GtkFileChooserDialog" parent="GtkDialog">
     <property name="role">GtkFileChooserDialog</property>
index 9d2c39e9f90ec7d078c6f4374c0acdbf078a1d1f..9b025490b8f8056074f23d15ed1708d6d305aae9 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="gtk30">
   <requires lib="gtk+" version="3.16"/>
     <object class="GtkListStore" id="completion_store">
     <columns>
index 6ca241f6effcb14c927a6aae97b0475c25094122..c46079bbcf566b3cd8b20997035f787d1339727c 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="gtk30">
   <requires lib="gtk+" version="3.16"/>
   <template class="GtkPlacesViewRow" parent="GtkListBoxRow">
     <property name="width_request">100</property>
index 8f6f3073bb5856fe551e78dd6b2535ad243b82b7..7df67548ab600568044efd4dec557e70f59441da 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="gtk30">
   <template class="GtkSidebarRow" parent="GtkListBoxRow">
     <property name="visible">True</property>
     <property name="margin-top">1</property>